Name | Description |
AsString |
Used to get and set the XML document value.
|
AttrAsArray (inherited from TOraObject) |
Used to get the TOraArray type attribute value.
|
AttrAsDateTime (inherited from TOraObject) |
Used to read the attribute's data value into TDateTime, or to assign a TDateTime value to the contents of an attribute.
|
AttrAsFloat (inherited from TOraObject) |
Used to read the attribute's data value into a double, or to assign a double value to the contents of an attribute.
|
AttrAsInteger (inherited from TOraObject) |
Used to read the attribute's data value as integer, or to assign an integer value to the contents of an attribute.
|
AttrAsLob (inherited from TOraObject) |
Used to get reference to the TOraLob object that represents the LOBAttribute value.
|
AttrAsObject (inherited from TOraObject) |
Used to read the attribute's data value as TOraObject, or to assign a TOraObject value to the contents of an attribute.
|
AttrAsOCIDate (inherited from TOraObject) |
Used to read the attribute's data value as OCIDate, or to assign an OCIDate value to the contents of an attribute.
|
AttrAsOCINumber (inherited from TOraObject) |
Used to read the attribute's data value into OCINumber, or to assign an OCINumber value to the contents of an attribute.
|
AttrAsOCIString (inherited from TOraObject) |
Used to read the attribute's data value as OCIString, or to assign an OCIString value to the contents of an attribute.
|
AttrAsString (inherited from TOraObject) |
Used to read the attribute's data value as string, or to assign a string value to the contents of an attribute.
|
AttrIsNull (inherited from TOraObject) |
Used to indicate if the attribute value is NULL.
|
Indicator (inherited from TOraObject) |
Used to get a pointer to the indicator structure of an object.
|
Instance (inherited from TOraObject) |
Used to get a pointer to the internal representation of an object.
|
IsNull (inherited from TOraObject) |
Used to verify if an object is empty.
|
ObjectType (inherited from TOraObject) |
Used to indicate the object type.
|
OCISvcCtx (inherited from TOraObject) |
Used to assign a service context handle.
|
RefCount (inherited from TSharedObject) |
Used to return the count of reference to a TSharedObject object.
|
Name | Description |
AddRef (inherited from TSharedObject) |
Increments the reference count for the number of references dependent on the TSharedObject object.
|
AllocObject |
Overloaded.
Allocates an object instance from an existing TOraLob object.
|
Assign (inherited from TOraObject) |
Copies properties or other attributes from another object.
|
CreateObject (inherited from TOraObject) |
Creates an object.
|
Exists |
Checks if the given set of nodes in the TOraXML exists.
|
Extract |
Extracts the given set of nodes from the TOraXML.
|
Flush (inherited from TOraObject) |
Places modifications made to the object to the database.
|
FreeObject (inherited from TOraObject) |
Deallocates and frees an object instance.
|
GetSchema |
Determines the based schema document, schema URL and root element used for the current XMLType creation.
|
IsDirty (inherited from TOraObject) |
Verifies if an object instance is marked as dirty.
|
IsLocked (inherited from TOraObject) |
Verifies if an object instance is marked as locked.
|
IsSchemaBased |
Determines if an XMLType instance is schema-based.
|
LoadFromStream |
Copies the contents of a stream into the TOraXML object.
|
Lock (inherited from TOraObject) |
Marks an object as locked for update.
|
MarkDelete (inherited from TOraObject) |
Marks an object as being deleted.
|
MarkUpdate (inherited from TOraObject) |
Marks an object as being updated.
|
Refresh (inherited from TOraObject) |
Retrieves the latest database image for the object.
|
Release (inherited from TSharedObject) |
Decrements the reference count.
|
SaveToStream |
Copies the contents of a TOraXML object to a stream.
|
Transform |
Transforms and returns a TOraXML object.
|
Unmark (inherited from TOraObject) |
Marks an object as not being dirty.
|
Validate |
Checks if the input instance conforms to a specified XML schema.
|